Cluster_V1

Object Hierarchy

導入

v1.0

詳細

このオブジェクトは廃止されたオブジェクトであり、Clusterオブジェクトに置き換えられています。Geometry_V1オブジェクト上のクラスタです。

プロパティ

Elements ElementsOffsets NbElements  
       

VBScript の例

'Create a cube 
CreatePrim "Cube", "MeshSurface"
'Set the selection mode to "Point"
SetSelFilter "Point" 
'Select 4 points on the cube 
SelectGeometryComponents "Cube.pnt[2,3,6,7]" 
'Create a cluster with these 4 points CreateCluster
'The current selection contains the newly created cluster 
set mySelList = GetValue("SelectionList")
set myItem = mySelList(0)
set myCluster = myItem.obj

関連項目

ClusterProperty_V1